Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

Building mailfile URL

We have a welcome page with links to mailfile and calendar, a password-changing link ( which is just @URLOpen("?changepassword") ), and some other internal pages. For the mailfile links, there's a checkbox (named ClassicStyle) to enable the old webmail interface, and the links themselves have this code:

tmppath := @ReplaceSubstring(@NameLookup([NoUpdate]; @UserName; "MailFile"); "\\"; "/");
MailFile := tmppath + @If(@UpperCase(@Right(tmppath;4))=".NSF";"";".nsf");

@URLOpen(
MailFile +
@If(ClassicStyle = "1";
"/MailFS?OpenFrameset&ui=webmail";
"/iNotes/Mail/?OpenDocument&ui=inotes"
)
)


Feedback response number DNEN796L2W created by ~Phil Dwotumipuljip on 11/21/2007

Improved webmail redirection (~Rex Lopremanak... 15.Nov.07)
. . Using Domino Web Access Redirect to... (~Lily Brekroman... 16.Nov.07)
. . Building mailfile URL (~Nicole Ekluman... 26.Aug.08)
. . Building mailfile URL (~Nicole Ekluman... 21.Nov.07)
. . Hi Dave Richardson (~Elizabeth Pren... 17.Apr.08)
. . . . Host Name(s) (~Cheryl Nimjipy... 19.Apr.08)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS